home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / grafik / 95NEOBOK / NBW30.EXE / NeoBook.exe / 0 / RCDATA / TSETGRIDFORM / TSETGRIDFORM.txt
Text File  |  1997-02-27  |  2KB  |  94 lines

  1. object SetGridForm: TSetGridForm
  2.   Left = 559
  3.   Top = 199
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Grid'
  7.   ClientHeight = 128
  8.   ClientWidth = 185
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Label3: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 101
  21.     Height = 15
  22.     Caption = '&Horizontal (pixels):'
  23.     FocusControl = HEdit
  24.   end
  25.   object Label4: TLabel
  26.     Left = 16
  27.     Top = 52
  28.     Width = 86
  29.     Height = 15
  30.     Caption = '&Vertical (pixels):'
  31.     FocusControl = VEdit
  32.   end
  33.   object OkBtn: TBitBtn
  34.     Left = 8
  35.     Top = 92
  36.     Width = 81
  37.     Height = 28
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 2
  42.     Glyph.Data = {
  43.       F6000000424DF600000000000000760000002800000010000000100000000100
  44.       0400000000008000000000000000000000001000000010000000000000000000
  45.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  46.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  47.       3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
  48.       E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
  49.       E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
  50.       33333333330B033333333333330F833333333333333083333333}
  51.   end
  52.   object CancelBtn: TBitBtn
  53.     Left = 96
  54.     Top = 92
  55.     Width = 81
  56.     Height = 28
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 3
  61.     Glyph.Data = {
  62.       F6000000424DF600000000000000760000002800000010000000100000000100
  63.       0400000000008000000000000000000000001000000010000000000000000000
  64.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  66.       33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  67.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  68.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  69.       0000333333333333333333333333333333333333333333333333}
  70.   end
  71.   object HEdit: TSpinEdit
  72.     Left = 122
  73.     Top = 12
  74.     Width = 49
  75.     Height = 24
  76.     AutoSize = False
  77.     MaxValue = 0
  78.     MinValue = 0
  79.     TabOrder = 0
  80.     Value = 4
  81.   end
  82.   object VEdit: TSpinEdit
  83.     Left = 122
  84.     Top = 48
  85.     Width = 49
  86.     Height = 24
  87.     AutoSize = False
  88.     MaxValue = 0
  89.     MinValue = 0
  90.     TabOrder = 1
  91.     Value = 4
  92.   end
  93. end
  94.